home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 1 / PC World Interactive 1 - Nisan 1997.iso / prog / masa / 6 / dllexplr.exe / 0 / RCDATA / TFRMMODULECLIENT / TFRMMODULECLIENT.txt < prev   
Text File  |  1996-10-14  |  2KB  |  107 lines

  1. object frmModuleClient: TfrmModuleClient
  2.   Left = 131
  3.   Top = 218
  4.   Width = 599
  5.   Height = 269
  6.   HelpContext = 1
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poDefault
  14.   Visible = True
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object imgDot: TImage
  20.     Left = 243
  21.     Top = 69
  22.     Width = 16
  23.     Height = 16
  24.     AutoSize = True
  25.     Picture.Data = {<image001.bmp>}
  26.     Visible = False
  27.   end
  28.   object imgLeft: TImage
  29.     Left = 243
  30.     Top = 69
  31.     Width = 16
  32.     Height = 16
  33.     AutoSize = True
  34.     Picture.Data = {<image002.bmp>}
  35.     Visible = False
  36.   end
  37.   object imgRight: TImage
  38.     Left = 243
  39.     Top = 69
  40.     Width = 16
  41.     Height = 16
  42.     AutoSize = True
  43.     Picture.Data = {<image003.bmp>}
  44.     Visible = False
  45.   end
  46.   object imgUp: TImage
  47.     Left = 243
  48.     Top = 69
  49.     Width = 16
  50.     Height = 16
  51.     AutoSize = True
  52.     Picture.Data = {<image004.bmp>}
  53.     Visible = False
  54.   end
  55.   object imgDown: TImage
  56.     Left = 243
  57.     Top = 69
  58.     Width = 16
  59.     Height = 16
  60.     AutoSize = True
  61.     Picture.Data = {<image005.bmp>}
  62.     Visible = False
  63.   end
  64.   object lvModules: TListView
  65.     Left = 0
  66.     Top = 0
  67.     Width = 591
  68.     Height = 242
  69.     Align = alClient
  70.     OnDblClick = lvModulesDblClick
  71.     Columns = <
  72.       item
  73.         Caption = 'Module'
  74.         Width = 105
  75.       end
  76.       item
  77.         Alignment = taRightJustify
  78.         Caption = 'Usage'
  79.         Width = 43
  80.       end
  81.       item
  82.         Alignment = taRightJustify
  83.         Caption = 'Size'
  84.         Width = 55
  85.       end
  86.       item
  87.         Caption = 'File Date'
  88.         Width = 60
  89.       end
  90.       item
  91.         Caption = 'Full Path'
  92.         Width = 12
  93.         WidthType = (
  94.           -1)
  95.       end>
  96.     ReadOnly = True
  97.     HideSelection = False
  98.     OnMouseDown = lvModulesMouseDown
  99.     TabOrder = 0
  100.     ViewStyle = vsReport
  101.   end
  102.   object imageList: TImageList
  103.     Left = 281
  104.     Top = 107
  105.   end
  106. end
  107.